home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / disk / misc / Mtools207.lha / Mtools-2.0.7 / docs / Mlabel.doc < prev    next >
Encoding:
Text File  |  1994-05-27  |  761 b   |  28 lines

  1.  
  2. NAME
  3.        mlabel - make an MSDOS volume label
  4.  
  5. SYNOPSIS
  6.        mlabel [ -v ] drive:
  7.  
  8. DESCRIPTION
  9.        Mlabel  displays the current volume label, if present, and
  10.        prompts the user for a new volume  label.   To  delete  an
  11.        existing volume label, press return at the prompt.
  12.  
  13.        Mlabel will allow the following command line option:
  14.  
  15.        v      Verbose  mode.  Display the new volume label if the
  16.               label supplied is invalid.
  17.  
  18.        Reasonable care is taken to create a  valid  MSDOS  volume
  19.        label.   If  an  invalid  label  is specified, mlabel will
  20.        change the label (and display the new label if the verbose
  21.        mode is set).
  22.  
  23.        Mlabel returns 0 on success or 1 on failure.
  24.  
  25. SEE ALSO
  26.        mformat(1)
  27.  
  28.